gesturestylus: Clarify a documentation comment
authorTimm Bäder <mail@baedert.org>
Tue, 17 Jul 2018 15:33:09 +0000 (17:33 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 17 Jul 2018 15:33:47 +0000 (17:33 +0200)
Use the proper gtkdoc syntax for signals.

gtk/gtkgesturestylus.c

index 7b02d0795409bf7da021246cc032125bc63cf5ac..5ee62ee05f79c4d7769907441f7b6a15e12e9934 100644 (file)
@@ -303,9 +303,9 @@ gtk_gesture_stylus_get_backlog (GtkGestureStylus  *gesture,
  * @gesture: a #GtkGestureStylus
  *
  * Returns the #GdkDeviceTool currently driving input through this gesture.
- * This function must be called from either the #GtkGestureStylus:down,
- * #GtkGestureStylus:motion, #GtkGestureStylus:up or #GtkGestureStylus:proximity
- * signals.
+ * This function must be called from either the #GtkGestureStylus::down,
+ * #GtkGestureStylus::motion, #GtkGestureStylus::up or #GtkGestureStylus::proximity
+ * signal handlers.
  *
  * Returns: (nullable) (transfer none): The current stylus tool
  **/